Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹 fix(none): nightly release #2383

Merged
merged 9 commits into from
Jul 20, 2023
Merged

🩹 fix(none): nightly release #2383

merged 9 commits into from
Jul 20, 2023

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Jul 18, 2023

  • Fix nightly release
  • Fix: cli aliases
  • Improve: better handling of poorly structured error messages when using --editor flag
  • Fix: Extensionless stylelintrc not recognized
  • Fix: concurrency in multi-instance configurations

Type of change

NONE: internal change

@github-actions github-actions bot added CI Continuous integration issue. config internal repository specific PR or issue test labels Jul 18, 2023
Comment on lines +242 to +244
const stylelintExtracted = error.message.match(
/file:\/\/(.*)\x07(.*)\x1B]8;;/,
)

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with 'file://' and with many repetitions of 'file://a'.
This
regular expression
that depends on
library input
may run slow on strings starting with 'file://�' and with many repetitions of '�a'.
@kellymears kellymears added the 🚀! automerge label Jul 20, 2023
@kodiakhq kodiakhq bot merged commit dfe7116 into main Jul 20, 2023
7 of 8 checks passed
@kodiakhq kodiakhq bot deleted the fix-release-nightly branch July 20, 2023 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant